set visible of background button "Forward But" to true
set visible of background button "Backward But" to false
end OpenCard
-- part 1 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=347 top=109 right=122 bottom=406
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
push card
visual effect zoom out
go to card "Shut File"
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=230 top=253 right=267 bottom=311
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
push card
visual effect zoom out
go to card "Selection Rules"
end mouseUp
-- part contents for background part 1
----- text -----
Version 1.1 -- Changes
-- part contents for background part 2
----- text -----
To the user, there aren't many changes.
ΓÇó You are now asked to verify your intent when you try to shut a file. This should prevent accidental shutting of files (like the system file!).
ΓÇó The scroll bars on the File List are drawn correctly during Multifinders' layer switches.
ΓÇó The List Manager is no longer used. There was a "funny" interaction happening between the List Manager, memory allocation, and something else in my program that was causing the worst kind of crashes: I could change any line any where and change the nature of the crash! So, in a fit of frustration, I canned the list manager and wrote my own. This means that item selection has changed. For example, you can no longer drag over a buch of files, you must select them individually.